home *** CD-ROM | disk | FTP | other *** search
- ; IExplore 30 Japanese language support Kit installation inf.
- ; Copyright (c) 1996 Microsoft Corporation
- ; Author: yutakan
-
- [version]
- signature="$CHICAGO$"
- SetupClass=BASE
-
- [DefaultInstall]
- CopyFiles=IEJFont.install, IENlsWin.sys.install, IEChrCnv.sys.install
- AddReg=IEIntl.Add.Reg,IENlsWin.Add.Reg,IEJFontWin.Add.Reg
-
- [DefaultInstall.NT]
- CopyFiles=IEJFont.install, IENlsNT.sys.install, IEChrCnv.sys.install
- AddReg=IEIntl.Add.Reg,IENlsNT.Add.Reg,IEJFontNT.Add.Reg
-
- [IEChrCnv.sys.install]
-
- [IEJFont.install]
- msgothic.ttf
-
-
- [IENlsWin.sys.install]
- cp_932.nls
-
- [IENlsNT.sys.install]
- c_932.nls
-
- [DestinationDirs]
- IEJFont.install=20 ;to Fonts
- IENlsWin.sys.install=11 ;to system
- IENlsNT.sys.install=11 ;to system
- IEChrCnv.sys.install=11 ;to system
-
- [SourceDisksNames]
- 55="Internet Explorer v3.0 LangPacks","",1
-
- [SourceDisksFiles]
- msgothic.ttf=55
- cp_932.nls=55
- c_932.nls=55
-
-
- [IEIntl.Add.Reg]
- HKCU,%INTLKEY%\932,"IEFixedFontName",2,"MS Gothic"
- HKCU,%INTLKEY%\932,"IEPropFontName",2,"MS Gothic"
-
- [IENlsWin.Add.Reg]
- HKLM,%CPKEY%,"932",,"cp_932.nls"
-
- [IENlsNT.Add.Reg]
- HKLM,%CPKEY%,"932",,"c_932.nls"
-
- [IEJFontWin.Add.Reg]
- HKLM,%FONTSKEYWIN%,"MS Gothic (True Type)",,"msgothic.ttf"
-
- [IEJFontNT.Add.Reg]
- HKLM,%FONTSKEYNT%,"MS Gothic (True Type)",,"msgothic.ttf"
-
- [Strings]
- INTLKEY = "Software\Microsoft\Internet Explorer\International"
- CPKEY = System\CurrentControlSet\control\Nls\Codepage
- FONTSKEYWIN = Software\Microsoft\Windows\CurrentVersion\Fonts
- FONTSKEYNT = Software\Microsoft\Windows NT\CurrentVersion\Fonts
-